a11y: Fix up listener registration minimally
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 15:54:41 +0000 (11:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 15:56:54 +0000 (11:56 -0400)
commitf1476f31fe2f03c8e73118d41d0c6c3eafd6218c
treefa47b1baddb9609dd10efcdccb6caf27810d0686
parenta51a31466dcaa6f9ae5915acb1ea7aa0f2407024
a11y: Fix up listener registration minimally

For god-knows-what reason, at-spi is trying various formats
of strings when registering listeners, triggering g_warnings()
from gailutil code. Stop doing that.

Also, don't leak temporary string arrays that are a side-effect
of passing parameters around as formatted strings.

https://bugzilla.gnome.org/show_bug.cgi?id=658168
gtk/a11y/gailutil.c